home *** CD-ROM | disk | FTP | other *** search
- # help
- #
- # 23-Feb-93 weber@eitech.com fixed bug when only one service
- # 30-Jun-92 weber@eitech.com created
- #
- proc help {switches envelope inputs} {
- global executor
- set servlist [array names executor]
- regsub -all " " $servlist "\n" servlist
- setfield response STRING "
- You have sent electronic mail to a Multimedia E-mail SHell (MESH) server
- based on the ServiceMail(tm) Toolkit from Enterprise Integration Technologies.
-
- In general, users request a service by placing its name in the
- Subject: line, followed by any needed parameters. The body of the
- message contains any needed input files, expressed in MIME format (cf.
- Internet RFC 1341).
-
- This server supports the following services:
-
- $servlist
-
- try 'man <service>' to get documentation on a particular service."
- return [mailout [turnaround $envelope] $response]
- }